home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Count < prev    next >
Encoding:
Text File  |  1993-06-15  |  371 b   |  12 lines  |  [TEXT/pdos]

  1. Count [-l] [-c] [file...]  < file > counts
  2.  
  3. Count counts the number of lines and characters in a file or list of files.
  4. If no file is specified, input is taken from Standard Input.  If more than
  5. one file is specified, the utility prints line and character totals when
  6. finished.
  7.  
  8. Parameters:
  9.  
  10.     -l        write only line counts
  11.     -c        write only character counts
  12.